home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / KoktejlovePexeso-oldes / pexeso.swf / scripts / DefineButton2_223 / BUTTONCONDACTION on(release).as next >
Text File  |  2000-12-04  |  492b  |  27 lines

  1. on(release){
  2.    if(eval("../:odkrytych") < 2)
  3.    {
  4.       set("../:kid",kid);
  5.       set("../:char",eval("../../:kdch" add kid));
  6.       set("../:aktivnikarta",k);
  7.       set("../../:x",x);
  8.       set("../../:y",y);
  9.       _root.deska.OtocKartu();
  10.       if(eval("../:animace") == 1)
  11.       {
  12.          gotoAndPlay(10);
  13.       }
  14.       else
  15.       {
  16.          gotoAndStop(15);
  17.       }
  18.    }
  19.    else
  20.    {
  21.       tellTarget("../")
  22.       {
  23.          gotoAndStop("hra");
  24.       }
  25.    }
  26. }
  27.